Add forgotten updates

Akinori MUSHA 8 years ago
parent
commit
6fcbc519fa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      CHANGES.md

+ 4 - 0
CHANGES.md

@@ -2,11 +2,15 @@
2 2
 
3 3
 * Jul 20, 2015   - Control Links (used by the SchedularAgent) are correctly exported in Scenarios.
4 4
 * Jul 20, 2015   - keep\_events\_for was moved from days to seconds; Scenarios have a schema verison.
5
+* Jul 8, 2015    - DataOutputAgent supports feed icon, and a new template variable `events`.
5 6
 * Jul 1, 2015    - DeDuplicationAgent properly handles destruction of memory.
6 7
 * Jun 26, 2015   - Add `max_events_per_run` to RssAgent.
7 8
 * Jun 19, 2015   - Add `url_from_event` to WebsiteAgent.
8 9
 * Jun 17, 2015   - RssAgent emits events for new feed items in chronological order.
10
+* Jun 17, 2015   - Liquid filter `unescape` added.
11
+* Jun 17, 2015   - Liquid filter `regex_replace` and `regex_replace_first` added, with escape sequence support.
9 12
 * Jun 15, 2015   - Liquid filter `uri_expand` added.
13
+* Jun 13, 2015   - Liquid templating engine is upgraded to version 3.
10 14
 * Jun 12, 2015   - RSSAgent can now accept an array of URLs.
11 15
 * Jun 8, 2015    - WebsiteAgent includes a `use_namespaces` option to enable XML namespaces.
12 16
 * May 27, 2015   - Validation warns user if they have not provided a `path` when using JSONPath in WebsiteAgent.